[INFO] cloning repository https://github.com/sevonj/soundfont-compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sevonj/soundfont-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevonj%2Fsoundfont-compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevonj%2Fsoundfont-compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 365c28e5b1bd7f427179a93404092018553b507a
[INFO] checking sevonj/soundfont-compiler against try#8a2f6fe57adadb246778b8d41925d3dc46d468cb for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevonj%2Fsoundfont-compiler" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sevonj/soundfont-compiler
[INFO] finished tweaking git repo https://github.com/sevonj/soundfont-compiler
[INFO] tweaked toml for git repo https://github.com/sevonj/soundfont-compiler written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sevonj/soundfont-compiler on toolchain 8a2f6fe57adadb246778b8d41925d3dc46d468cb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sevonj/soundfont-compiler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded i24 v1.0.1
[INFO] [stderr]   Downloaded toml_writer v1.0.4
[INFO] [stderr]   Downloaded toml v0.9.8
[INFO] [stderr]   Downloaded bytemuck v1.21.0
[INFO] [stderr]   Downloaded serde_spanned v1.0.3
[INFO] [stderr]   Downloaded riff v2.0.0
[INFO] [stderr]   Downloaded toml_datetime v0.7.3
[INFO] [stderr]   Downloaded toml_parser v1.0.4
[INFO] [stderr]   Downloaded rustysynth v1.3.5
[INFO] [stderr]   Downloaded cc v1.2.10
[INFO] [stderr]   Downloaded wavers v1.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b68a6aaeda42380c8d5489a760a3b1c292f59c25f8fa49a5754ff14df800878
[INFO] running `Command { std: "docker" "start" "8b68a6aaeda42380c8d5489a760a3b1c292f59c25f8fa49a5754ff14df800878", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b68a6aaeda42380c8d5489a760a3b1c292f59c25f8fa49a5754ff14df800878" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b68a6aaeda42380c8d5489a760a3b1c292f59c25f8fa49a5754ff14df800878", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b68a6aaeda42380c8d5489a760a3b1c292f59c25f8fa49a5754ff14df800878" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking rustysynth v1.3.5
[INFO] [stderr]     Checking riff v2.0.0
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]     Checking i24 v1.0.1
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking wavers v1.5.1
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking soundfont-compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `pdta::SampleHeader`
[INFO] [stdout]  --> src/compiler/preprocess_formats.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pdta::SampleHeader,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pdta::SampleHeader`
[INFO] [stdout]  --> src/compiler/preprocess_formats.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pdta::SampleHeader,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sound_engine` is never read
[INFO] [stdout]   --> src/compiler/preprocess_formats.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct PreSoundFont {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub sound_engine: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PreSoundFont` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/compiler/preprocess_formats.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub struct PreInstZone {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub sample_modes: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 146 |     ///
[INFO] [stdout] 147 |     pub mod_lfo_to_pitch: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 148 |     pub vib_lfo_to_pitch: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 149 |     pub mod_env_to_pitch: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 150 |     pub initial_filter_fc: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 151 |     pub initial_filter_q: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 152 |     pub mod_lfo_to_filter_fc: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 153 |     pub mod_env_to_filter_fc: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 154 |     pub mod_lfo_to_volume: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 155 |     pub chorus_effects_send: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 156 |     pub reverb_effects_send: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 157 |     pub pan: Option<i16>,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 158 |     pub freq_mod_lfo: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 159 |     pub delay_vib_lfo: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 160 |     pub freq_vib_lfo: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 161 |     pub delay_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 162 |     pub attack_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 163 |     pub hold_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 164 |     pub decay_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 165 |     pub sustain_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 166 |     pub release_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 167 |     pub keynum_to_mod_env_hold: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 168 |     pub delay_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 169 |     pub attack_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 170 |     pub hold_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 171 |     pub decay_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 172 |     pub sustain_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 173 |     pub release_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 174 |     pub keynum_to_vol_env_hold: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 175 |     pub keynum_to_vol_env_decay: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 176 |     pub key_range: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 177 |     pub vel_range: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 178 |     pub keynum: Option<i16>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 179 |     pub velocity: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 180 |     pub initial_attenuation: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 181 |     pub coarse_tune: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 182 |     pub fine_tune: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 183 |     pub scale_tuning: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 184 |     pub exclusive_class: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 185 |     pub overriding_root_key: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PreInstZone` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sound_engine` is never read
[INFO] [stdout]   --> src/compiler/preprocess_formats.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct PreSoundFont {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub sound_engine: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PreSoundFont` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/compiler/preprocess_formats.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub struct PreInstZone {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub sample_modes: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 146 |     ///
[INFO] [stdout] 147 |     pub mod_lfo_to_pitch: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 148 |     pub vib_lfo_to_pitch: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 149 |     pub mod_env_to_pitch: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 150 |     pub initial_filter_fc: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 151 |     pub initial_filter_q: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 152 |     pub mod_lfo_to_filter_fc: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 153 |     pub mod_env_to_filter_fc: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 154 |     pub mod_lfo_to_volume: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 155 |     pub chorus_effects_send: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 156 |     pub reverb_effects_send: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 157 |     pub pan: Option<i16>,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 158 |     pub freq_mod_lfo: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 159 |     pub delay_vib_lfo: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 160 |     pub freq_vib_lfo: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 161 |     pub delay_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 162 |     pub attack_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 163 |     pub hold_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 164 |     pub decay_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 165 |     pub sustain_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 166 |     pub release_mod_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 167 |     pub keynum_to_mod_env_hold: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 168 |     pub delay_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 169 |     pub attack_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 170 |     pub hold_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 171 |     pub decay_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 172 |     pub sustain_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 173 |     pub release_vol_env: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 174 |     pub keynum_to_vol_env_hold: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 175 |     pub keynum_to_vol_env_decay: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 176 |     pub key_range: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 177 |     pub vel_range: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 178 |     pub keynum: Option<i16>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 179 |     pub velocity: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 180 |     pub initial_attenuation: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 181 |     pub coarse_tune: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 182 |     pub fine_tune: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 183 |     pub scale_tuning: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 184 |     pub exclusive_class: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 185 |     pub overriding_root_key: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PreInstZone` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
[INFO] running `Command { std: "docker" "inspect" "8b68a6aaeda42380c8d5489a760a3b1c292f59c25f8fa49a5754ff14df800878", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b68a6aaeda42380c8d5489a760a3b1c292f59c25f8fa49a5754ff14df800878", kill_on_drop: false }`
[INFO] [stdout] 8b68a6aaeda42380c8d5489a760a3b1c292f59c25f8fa49a5754ff14df800878
